home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 28
/
Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso
/
Aminet
/
util
/
shell
/
ViNCEd.lha
/
ViNCEd
/
Include
/
vnc
/
Packets.h
< prev
next >
Wrap
C/C++ Source or Header
|
1998-08-20
|
2KB
|
39 lines
#ifndef VNC_PACKETS_H
#define VNC_PACKETS_H
/*********************************************************
** ViNCEd **
** a DOS - window handler **
** **
** © 1991-98 THOR-Software inc. **
** Version 3.60 **
** **
** header file 20 Aug 1998 THOR **
** **
** ViNCEd Packet List **
**-----------------------------------------------------**
** **
** all use at your own risk,etc.,etc. **
** **
** Everything declared as "reserved" or **
** "not used" is NOT free for your use, **
** it will propably used in a later release. **
** All FREE entries are free for public **
** use and are, if not otherwise noticed, **
** initialized as ZERO **
*********************************************************/
/* ViNCEd defined packets */
/* For details about these packets, consult the ViNCEd guide */
#define ACTION_UNDISK_INFO 513
#define ACTION_SETLINE 2001
#define ACTION_PUSHLINE 2002
#define ACTION_QUEUELINE 2003
#define ACTION_EXPANDLINE 2011
#define ACTION_CLEARLINE 2012
#define ACTION_SENDID 504
#define ACTION_ABORT 512
#define ACTION_GET_DISK_FSSM 4201
#endif